body{	
	margin: 0;
}
.main{
	display: flex;	
	min-height: 100vh;
	min-width: 100%;
}
.menutop{
	display: flex;
	top:0;
	position: fixed;
	justify-content: center;
	min-width: 100%;
	padding: 10px 0 10px 0;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-weight: 600;
}
.wpr-menutop{
	display: flex;
	flex-wrap: wrap;
	min-width: 80%;
}
.wpr-menutop .menu{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: flex-end;
}
.lkmnu.logo{
	margin-right: auto;
}
.lkmnu{
	display: flex;
	color: white;
	margin: 10px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
}
.lkmnu.active{
	color:red;
}
.lkmnu:hover{
	color:red;
}

.login_wpr{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	min-height: 100vh;
	min-width: 100%;
	background-image: url('../imgs/background.webp');
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
}
.login{
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-self: center;
}
.login_content{
	display: flex;
	flex-direction: column;
	margin-top: 80px;
}
.login_data{
	display: flex;
	background: white;
}

.fdcaptcha{
	display: flex;
	flex-direction: column;
	max-width: 250px;
	margin: 0 8px 8px 0;
}
.fdcaptcha label{	
	padding: 5px;
}
.input{
	font-size: 15px;
	text-align: center;
	padding: 10px;
	border: 1px solid #808080;
	box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
}
.fdcaptcha img{
	margin-bottom: 5px;
	max-width: 150px;
}
.form{
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 250px;
	min-width: 150px;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
	padding: 10px;
	background: white;
}
.apps-wrp{
	display: flex;
	flex-grow: 1;
	background: #808080;
}
.form-apps{
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	margin: auto;
	max-width: 600px;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
	padding: 10px;
	background: white;
}
.fullw{
	width: 100%;
}
.msg-alert{
	display: flex;
	flex-grow: 1;
	background: black;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: red;
	padding: 10px;
	margin-bottom: 10px;
}

.form label{
	color: #808080;
	font-size: 14px;
	margin: 0 8px 0px 0;
}
.form.code label{
	color: black;
	font-size: 18px;
	margin: 0 8px 8px 0;
}
.form .button{
	font-weight: 600;
	margin: 10px 8px 8px 0px;
	padding: 10px;
	cursor: pointer;	
}
.form .button:hover{	
	box-shadow:  2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}
.form .input{	
	margin: 0 8px 8px 0;	
	color: black;
}
.form .spacing{
	font-size: 25px;
	letter-spacing: 10px;
}
.new-account-lk, .moreapp{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	text-align: right;
	color:#808080;
}
.new-account-lk:hover, .moreapp:hover{
	color:red;
}
.pos-rt{
	margin-left: auto;
}
.hidetext{
    text-security:disc;
    -webkit-text-security:disc;
    -mox-text-security:disc;
}

.form .field-pass{
	display: flex;
	flex-grow: 1;
	padding-right: 8px;
}
.pass-side{
	display: flex;
	flex-grow: 1;
	max-width: 100%;
	margin: 0;
}
.pass-side .input{
	margin: 0 0 8px 0;
}
.eye-side{
	display: flex;	
	justify-content: center;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
	user-select: none;
	width: 40px;
	text-decoration: line-through;
	background: #808080;
	margin: 0 0 8px 0;
}
.logicalcount-code{
	text-align: right;
	margin-top: -5px;
	padding: 0px;
	padding-right: 10px;
	font-size: 10px;
}
.numberspin::-webkit-inner-spin-button,
.numberspin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.numberspin{
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

.broken{
	word-break: break-word;
	margin: 0 8px 20px 0;
}

.buttonapps{
	display: flex;
	justify-items: center;
	justify-content: center;
	align-self: flex-end;
	max-width: 150px;
	min-width: 100px;
	cursor: pointer;
	border: 1px solid rgba(150, 150, 150, 0.2);
	padding: 8px;
	font-size: 14px;
	margin: 10px 8px 8px 0px;
}
.buttonapps:hover{	
	box-shadow:  2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.app-main{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
}
.app-wrp{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 70px 0 70px 0;
}
.app-header{
	position: fixed;
	bottom: 0;
	display: flex;	
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	padding: 15px;
	background: ghostwhite;
	margin: 0px 20px 20px 20px ;
	box-shadow:  2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
.app-list.boxed{
	margin-bottom: 200px;
}
.span-contador{
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
}
.box-title{
	display: flex; 
	width: max-content; 
	background: #808080; 
	color:white; 
	padding: 10px; 
	margin: 0 10px 10px 0;
}
.app-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.form-wpr{
	display: flex;
	flex-direction: row;
	margin: 10px;
	justify-content: center;
	padding: 10px;
	flex-grow: 1;
	margin-top: 80px;
}
.form-schedules{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	box-shadow:  0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.form-line{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-items: space-between;
	margin: 5px;
}
.form-field{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 10px;
}

.form-field.md{
		width: 40%;
}
.form-field.md.center{
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
}
.sch-block{
	display: flex;
}
.boxed{
	max-width: 1800px;
}
.cart-apps{
	display: flex;
	flex-direction: column;
	background: white;
	border: 0px solid #808080;
	padding: 10px;
	max-width: 400px;
	margin: 10px;
	flex-grow: 0;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
}

.form-schedules{
	max-width: 700px;
}

.cart-bottom{
	display: flex;
	flex-wrap: wrap;
	margin-top: auto;
	justify-content: flex-end;
	align-items: center;
	padding-top:20px;
}

.field-app{
	font-size: 12px;
	margin-bottom: 1px;
	font-weight: 600;
}
.field-app.t2{
	font-size: 14px;
	margin-bottom: 30px;
}
.value-app{
	font-size: 20px;
	margin-bottom: 20px;
	color: #606060;
}
.value-app.hash{
	word-break: break-word;
	font-size: 20px;
}
.breakwd{
	word-break: break-word;
	padding: 10px;
	box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.5);
	display: none;
}
.breakwd div{
	padding: 0 0 10px 0;
}
.cart-apps .moreapp{
	display: flex;
	align-items: center;
	align-self: flex-end;
}
.app-conn{	
	background: red;
	color:white;
	border: 1px solid rgba(150, 150, 150, 0.5);
}
.info-conn{
	color: red;
}
.disabled{
	background: transparent;
	border: 0;
	color: #404040;
}
.disabled:hover{	
	box-shadow:  0 0 0 0  rgba(0, 0, 0, 0.5);
}
.m250{
	min-width: 280px;
}
.mx80{
	max-width: 80px;
}
.bt-mnu{
	display: none;
	user-select: none;
}
.resultProsss{
	display: flex;
	flex-direction: column;
	background: #999999;
	padding: 10px;
}
.resultProsss span{
	color:black;
}
.wpr-switch{
	padding: 10px 10px 10px 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;  
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.cred{
	color: red;
}
.imgbt, .bases{
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.bases:hover{
	color:red;
}
.imgbt img{
	max-width:30px;
	margin: 5px;
}


@media only screen and (max-width: 600px){
	.menutop{
		flex-direction: column;
	}
	.bt-mnu{
		display: flex;		
	}
	.wpr-menutop{
		display: none;
		flex-wrap: wrap;
		min-width: 80%;
	}
	.wpr-menutop .menu{
		flex-direction: column;
	}
	.app-wrp{ margin: 50px 0 100px 0;}
	.lkmnu.logo{
		display: none;
	}
	.lkmnu{
		margin: 0px;
		padding: 0px;
		background: #505050;
		padding: 5px;
		margin: 0px 15px 10px 15px;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		cursor: pointer;
	}
	.moreapp{
		flex-grow: 1;
	}
}
@media only screen and (max-width: 400px){
	.m250{
		min-width: 150px;
	}
	.form-field.md{
		width: 100%;
	}
}